home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / aitken.zip / CLASSNAV.EXE / 0 / RCDATA / TCLASSDLG / TCLASSDLG.txt
Text File  |  1997-02-21  |  920b  |  49 lines

  1. object ClassDlg: TClassDlg
  2.   Left = 438
  3.   Top = 202
  4.   Width = 422
  5.   Height = 234
  6.   Caption = 'Select Unit . Class'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object ListBox1: TListBox
  15.     Left = 16
  16.     Top = 16
  17.     Width = 377
  18.     Height = 121
  19.     Font.Color = clBlack
  20.     Font.Height = -11
  21.     Font.Name = 'MS Sans Serif'
  22.     Font.Style = [fsBold]
  23.     IntegralHeight = True
  24.     ItemHeight = 13
  25.     ParentFont = False
  26.     TabOrder = 0
  27.     OnDblClick = ListBox1DblClick
  28.   end
  29.   object Button1: TButton
  30.     Left = 113
  31.     Top = 160
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 1
  38.   end
  39.   object Button2: TButton
  40.     Left = 225
  41.     Top = 160
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48. end
  49.